home *** CD-ROM | disk | FTP | other *** search
/ Aminet 14 / Aminet 14 - Oct 1996.iso / TCalc / English / TurboCalc3.5Demo / TCLibs / Read.Me < prev    next >
Text File  |  1995-10-05  |  2KB  |  65 lines

  1.  
  2.  TurboCalc 3.5 © Michael Friedrich
  3.  =================================
  4.  
  5.  This drawer contains the 'TurboCalc-Libraries' which allow to add
  6.  external functions and features to TurboCalc in a simple manner.
  7.  Further information can be found in "TurboCalc-Libraries" in the
  8.  chapter "Files" of the manual.
  9.  
  10.  These files should be located in one of those directories:
  11.  
  12.  * LIBS:TCLibs
  13.  * PROGDIR:TCLibs
  14.  
  15.  (where LIBS: is (normally) the drawer "libs" on the boot diskette
  16.  and PROGDIR: is the path TurboCalc is located).
  17.  
  18.  If you have copied the complete TurboCalc directory or installed
  19.  TurboCalc, the TurboCalc-Libraries can be found in PROGDIR:TCLibs.
  20.  
  21.  
  22.  
  23.  Contents of this Drawer
  24.  -----------------------
  25.  * filereq.tclib    Interface to the filerequester "reqtools.library"
  26.                     If you rename this to "filereqx.tclib" the reqtools-
  27.                     filerequester will be used instead of the (normal)
  28.                     ASL-filerequester.
  29.                     (Annotation: reqtools.library is copyright Nico François
  30.                     and available as shareware)
  31.  
  32.  * filereq1.tclib   Simple Filerequester used if neither ASL-Requester
  33.                     nor reqtools-Filerequester can be opened.
  34.  
  35.  * crypt.tclib      Library used to encrypt the sheets.
  36.  
  37.  * Object_Logo.tclib    Externe Objektklasse, siehe unten.
  38.  
  39.  * demo_function.tclib  Example for external functions/macros, see below
  40.  
  41.  * Read.ME          this file
  42.  
  43.  
  44.  More information can be found in the user manual!
  45.  
  46.  
  47.  
  48.  Objekt_Logo.tclib
  49.  =================
  50.  
  51.  This objectclass is a really simple example for an external object
  52.  class. You can use this to add the TurboCalc-Logo to any sheet.
  53.  
  54.  This class has to be located in one of the tclib-directories (see above).
  55.  
  56.  
  57.  
  58.  demo_function.tclib
  59.  ===================
  60.  
  61.  This TCLIB is an example for adding external functions and macros to
  62.  TurboCalc. These functions are used in the example sheet "Func_TCLibs"
  63.  (that is located in "Sheets3")
  64.  
  65.